File: w_logon.srw
Size: 272
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Logon window
forward
global type w_logon from pfc_w_logon
end type
end forward

global type w_logon from pfc_w_logon
end type
global w_logon w_logon

on w_logon.create
call super::create
end on

on w_logon.destroy
call super::destroy
end on